runtime.bucket.nstk (field)
8 uses
runtime (current package)
mprof.go#L82: nstk uintptr
mprof.go#L241: b.nstk = uintptr(nstk)
mprof.go#L249: if b.nstk > maxProfStackDepth {
mprof.go#L253: return stk[:b.nstk:b.nstk]
mprof.go#L261: data := add(unsafe.Pointer(b), unsafe.Sizeof(*b)+b.nstk*unsafe.Sizeof(uintptr(0)))
mprof.go#L270: data := add(unsafe.Pointer(b), unsafe.Sizeof(*b)+b.nstk*unsafe.Sizeof(uintptr(0)))
mprof.go#L1108: fn(b, b.nstk, &b.stk()[0], b.size, mp.active.allocs, mp.active.frees)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)